.category-title h1 {
    margin-top: 0;
}

.category-products {
    margin-top: 0;
}

/*.category-title {
    margin-top: 210px;
}*/

/*.catalog-category-view .container.full-width {
    max-width: 100%;
    width: 100%;
}*/

.category-top {
    margin-bottom: 20px;
}

/* View Type: Grid */
.products-grid {
    padding: 0;
}

.products-grid.last {
    border-bottom: 0;
    text-align: center;
}

.products-grid .item,
.pagemanager .item-container {
    border-right: 1px solid #000000;
    text-align: center;
    padding: 0;
    margin-bottom: 20px;
}

.products-grid .item:nth-last-child(1),
.pagemanager .item-container:nth-last-child(1) {
    border-right: 1px solid transparent;
}

.products-grid .item .item-container {
    text-align: center;
}

.std .products-grid a {
    text-decoration: none;
}

.products-grid .product-image {
    margin: 0;
    display: block;
    opacity: 1;
}

.products-grid .product-image:hover {
    opacity: 0.6;
}

.products-grid .product-name,
.cms-page-view .item-container h4 {
    background-color: rgba(206, 206, 206, 0.8);
    color: #e1e1e1;
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    width: 100% !important;
}

.products-grid .product-name a {
    color: #e1e1e1;
}

.products-grid .product-name a:hover {
    text-decoration: none;
}

.products-grid p {
    display: inline-block;
    margin: 0;
}

.products-grid .price-box {
    margin: 6px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .ratings {
    text-align: center;
}

.products-grid .ratings .rating-box {
    display: inline-block;
    float: left;
    margin-top: 10px;
}

.products-grid .ratings .rating-links {
    display: block;
    float: left;
    margin-left: 10px;
    position: relative;
    top: 10px;
}

.products-grid .ratings {
    padding-bottom: 0; 
}

/* Reviews */
.catalog-category-view .ratings {
    border-bottom: none;
    margin-bottom: 0;
}

.image-container {
    position: relative;
}

.image-container .wishlist {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #6d6d6dc7;
    font-size: 10px;
    line-height: 10px;
    padding: 5px 6px 4px 5px;
}

.image-container.sale {
    border: 1px solid #fe5c1a;
}

.sale-tag .wishlist {
    margin-right: -4px;
    position: relative;
}
.short-description {
    display: none !important;
}

.image-container .sale-tag {
    position: absolute;
    overflow: hidden;
    top: 0;
    right: 0;
}

.sale-tag span {
    background-color: #fe5c1a;
    color: #fff;
    padding: 3px;
    text-transform: uppercase;
}

.item .price-container {
    background-color: #ffffff;
    min-height: 0;
    padding: 0;
}

.products-grid .old-price .price {
    display: none;
}

.products-grid .special-price .price {
    color: #131313;
    text-shadow: 0px 0px #000;
}

.products-grid .button-container {
    padding: 0;
}
.products-grid .actions .button {
    background-color: #51ba1b;
    margin-top: -37%;
    margin-left: 84%;
    height: 34px;
    width: 64%;
}

.product-info-table th {
    border-bottom: 1px solid #2d2d2d;
    border-top: 1px solid #2d2d2d;
    padding: 10px 4px;
    text-transform: uppercase;
}

.product-info-table td {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 4px;
}

.product-info-table table {
    text-align: left;
    width: 100%;
}

.short-description {
    padding: 10px 0;
    text-align: left;
}

.products-grid .item img {
    width: 100%;
}

/* Search Result Page */
.catalog-category-searchresult #products-grid .product-options {
    background-color: #6d6c6c;
    padding: 10px 10px 0;
}

.catalog-category-searchresult .products-grid .item {
    background-color: transparent; 
}

.catalog-category-searchresult .product-info-table td {
    border-bottom: 1px solid #fff;
}

.catalog-category-searchresult .product-info-table th {
    border-top: 0;
}

.catalog-category-searchresult .product-info-table tr:nth-last-child(1) td {
    border-bottom: 0;
}

.catalog-category-searchresult .find-vehicle-block {
    margin-bottom: 10px;
}

.cms-page-view .select-wrapper {
    margin-bottom: 10px;
}

.cms-page-view .pagemanager .find-content {
    padding: 10px 5px 0;
}

.category-products .form-start-container {
    margin-bottom: 20px;
}

.toolbar .select-wrapper {
    background-color: #6d6c6c;
    width: auto;
}

.toolbar .direction {
    display: inline-block;
    line-height: 12px;
    padding-top: 10px;
    vertical-align: top;
}

.toolbar .amount {
    padding-top: 10px;
    line-height: 12px;
}

.catalog-category-searchresult .product-attributes li {
    border-right: 1px solid;
    display: inline-block;
    line-height: 12px;
    padding-left: 5px;
    padding-right: 5px;
}

.catalog-category-searchresult .product-attributes li.first {
    padding-left: 0;
}

.catalog-category-searchresult .product-attributes li.last {
    border: 0;
}

.catalog-category-searchresult #products-grid .product-attributes {
    background-color: #fff;
    padding: 10px;
}

.category-chip .category-top {
    display: none;
}

.category-chip .category-products {
    margin-top: 20px;
    margin-left: 500px;
    margin-right: 500px;
}

.next-block {
    background: #6d6c6c;
    color: #000;
    margin-bottom: 20px;
    padding: 20px;
}

.continue-btn a {
    background: #fe5c1a;
    color: #fff;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.continue-btn a:hover {
    background: #000000;
    color: #fff;
    text-decoration: none;
}


.pagemanager img {
   
}

.catalog-category-view #products-table .ratings {
    margin-top: 10px;
}

@media only screen and (min-width: 1339px){
.products-grid .item, .pagemanager .item-container {
    border-right: 1px solid #000000;
    text-align: center;
    padding: 0;
    margin-bottom: 73px;
}

.category-chip .category-products {
    margin-top: 20px;
    margin-left: 300px;
    margin-right: 300px;
}

}
